From: Richard M. Stallman Date: Mon, 4 Mar 1996 20:27:17 +0000 (+0000) Subject: (unforward-rmail-message): Add autoload declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84320 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6c4b1a6e3327dca4b610564b6a60dddd5613a9ae;p=emacs.git (unforward-rmail-message): Add autoload declaration. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 1758f2dbd49..ad3e4779908 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2690,6 +2690,12 @@ buffer visiting that file." Leaves original message, deleted, before the undigestified messages." t) +(autoload 'unforward-rmail-message "undigest" + "Extract a forwarded message from the containing message. +This puts the forwarded message into a separate rmail message +following the containing message." + t) + (provide 'rmail) ;;; rmail.el ends here